Blog

Luis Majano

August 08, 2010

Spread the word


Share your thoughts

We have now released version 2.1 of the ColdBox Platform Utilities extension for ColdFusion Builder.  This version brings new application templates that are ColdBox 3.0.0 M6 compatible and ready.  We have also introduced a new application template called SuperSimple that is nothing but MVC and well, super simple.  So enjoy!
The super simple template has bare bones MVC.  Very simple to use, no pesky inheritance, pure conventions.  So hopefully for those naysayers that say that ColdBox is sooo big. Nope, our core is conventions and we do it well my friends! Let's look at the handler: Can't get easier than that! Hope you enjoy the template.

Add Your Comment

(6)

Aug 08, 2010 15:55:16 UTC

by Glyn Jackson

Thanks for the update. It works very well :)

Aug 24, 2010 03:56:23 UTC

by Brad

In what way is this super simple? Is it just that there is less mark-up in the code/templates? That appears to be the main difference between the Advanced template or Super Simple templates.

Aug 24, 2010 11:02:58 UTC

by Luis Majano

@brad,

It has plain MVC only without all other concerns activated so you can get rid of some cruft if you are learning.

Aug 24, 2010 11:15:13 UTC

by Brad

@Luis

Thanks, but can you please briefly explain how the handlers have access to some inherent functions in Coldbox, i.e. getPlugin and getSetting when they don't extend anything?

Aug 24, 2010 15:06:31 UTC

by Luis Majano

All this is in the documentation Brad. The short version is that we decorate the objects at runtime, mixins of methods and state, once the handler is requested for the very first time.

Luis

Aug 26, 2010 06:57:27 UTC

by Brad

Thanks Luis

Recent Entries

Your Development Team Is at Capacity. Here’s How to Keep Critical Work Moving!

Your Development Team Is at Capacity. Here’s How to Keep Critical Work Moving!

The problem is not that your team lacks priorities.It is that maintenance, delivery, and long-term improvement are competing for the same people.

For companies running business-critical CFML, ColdFusion, or BoxLang applications, that pressure can be especially difficult to solve. Experienced developers are not always easy to hire quickly, application knowledge may be concentrated in one or two people, and a generalist may need significant context before taking ownership of the work. A permanent hire can also require a significant investment in recruiting, compensation, onboarding, and long-term capacity even when the immediate need is a specific project, urgent maintenance, or a period of transition.

Maria Jose Herrera
Maria Jose Herrera
September 18, 2026
Copy of BoxLang AI 3.4 Blog Series Part 5 : Reasoning Without the Guesswork

Copy of BoxLang AI 3.4 Blog Series Part 5 : Reasoning Without the Guesswork

Reasoning-capable models have been usable in BoxLang AI for a while. params passes straight through to the provider body, so params: { thinking: { type: "enabled", budget_tokens: 10000 } } for Claude, or params: { reasoning_effort: "high" } for OpenAI, already reached the API. What never worked was reading the reasoning back. It was parsed out on arrival and silently dropped. In 3.4.0, that's fixed, and it's fixed the same way for every provider.

Luis Majano
Luis Majano
September 15, 2026